-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProcessTests: allow WorkingSet to be zero just after launching the process. #85649
Conversation
…ocess. The WorkingSet tests fail on Fedora 38+ because a zero working set value is observed just after the process start.
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process Issue DetailsFixes #83129. The WorkingSet tests fail on Fedora 38+ because a zero working set value is observed just after the process start. @dotnet/area-system-diagnostics-process ptal. cc @omajid
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big thanks for making our test suite ready for the newest Linux kernel @tmds!
I left two comments, my main concern is catching only exception specific for this case.
@adamsitnik I've addressed your feedback, ptal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @tmds!
Fixes #83129.
The WorkingSet tests fail on Fedora 38+ because a zero working set value is observed just after the process start.
@dotnet/area-system-diagnostics-process ptal.
cc @omajid